public final class EdgeFilter extends GraphFilterWithExpression
| Constructor and Description |
|---|
EdgeFilter(String filterExpression)
Instantiates a new edge filter.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeFilter |
asEdgeFilter()
Gets this filter object as edge filter, if possible.
|
String |
toString() |
asGraphFilterWithExpression, fromTypeAndExpression, getFilterExpression, hasExpressionasBinaryGraphFilterOperation, asVertexFilter, getType, intersect, isBinaryOperation, unionpublic EdgeFilter(String filterExpression)
filterExpression - the edge-filter expressionpublic EdgeFilter asEdgeFilter()
GraphFilterGraphFilter.getType() == FilterType.EDGEasEdgeFilter in class GraphFilterCopyright © 2015. All rights reserved.